From: Colin Walters Date: Thu, 17 Aug 2017 16:16:35 +0000 (-0400) Subject: lib: Fix v2017.10 symbols to inherit from v2017.8 X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~33^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=c4148d4ddd93b23bf827387ef56ccded234b6913;p=ostree.git lib: Fix v2017.10 symbols to inherit from v2017.8 I actually don't quite know what the version inheritance really does, but let's be safe and fix this. I'm being conservative here and fixing it to inherit from 2017.8, skipping .9 since that doesn't have a parent. Related: https://github.com/ostreedev/ostree/issues/1087 Closes: #1088 Approved by: jlebon --- diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 82b18667..c9bc345f 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -23,7 +23,11 @@ LIBOSTREE_2017.10 { ostree_repo_set_alias_ref_immediate; ostree_repo_open_at; ostree_repo_create_at; -}; +/* Inherit from .8 since .9 is empty and is also broken + * in that it doesn't have a parent currently; + * + */ +} LIBOSTREE_2017.8; /* Stub section for the stable release *after* this development one; don't * edit this other than to update the last number. This is just a copy/paste